home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / AmigaSystem / Scalos / PreferencesLib / examples / Examples.readme < prev    next >
Text File  |  2002-10-28  |  970b  |  19 lines

  1. Here you will find the following examples for 68k ASM, Blitz Basic 2 and C. You
  2. should go through the examples in this order, and you should have already read
  3. the background section of the Autodoc:
  4.  
  5.     single     (example of single data items per tag)
  6.     multiple   (example of multiple data items per tag)
  7.     loadsave   (example of loading and saving preferences)
  8.     big        (example of multiple ID's, Tag's and a mix of single and multiple data items per tag)
  9.  
  10. The ASM examples were written using AsmPro but should work in other assemblers,
  11. possibly with some minor modifications to the assembler directives and perhaps the
  12. symbolic offsets used into OS structures.
  13.  
  14. The C examples were written with StormC v3, but there is also a makefile supplied
  15. for VBCC which should be easily adapted to other compilers. There isn't anything
  16. compiler specific in the source and they are all single source file examples so you
  17. probably could compile it straight from the command line.
  18.  
  19.